home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / shared_lib / test-protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-09  |  839 b   |  26 lines

  1.  
  2. /*
  3.  *  TEST-PROTOS.H
  4.  *
  5.  *    (c)Copyright 1992-1997 Obvious Implementations Corp.  Redistribution and
  6.  *    use is allowed under the terms of the DICE-LICENSE FILE,
  7.  *    DICE-LICENSE.TXT.
  8.  *
  9.  *  contains prototypes for the library interface functions ONLY.  This
  10.  *  is usually different from <lib-protos.h> in DTMP:SHARTEST/ because
  11.  *  the latter will contain prototypes for internal library routines as
  12.  *  well as external ones.  TEST-PROTOS.H only contains prototypes for
  13.  *  external (interface) routines.
  14.  *
  15.  *  this file could easily be automatically generated but I haven't put
  16.  *  together an example of that yet.
  17.  */
  18.  
  19. #define LibCall __geta4 __regargs
  20.  
  21. extern LibCall void LockTestLib(void);
  22. extern LibCall void UnLockTestLib(void);
  23. extern LibCall void PostString(const char *);
  24. extern LibCall long GetString(char *, long);
  25.  
  26.